﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}


a {
    text-decoration: none;
}

.swiper-container {
    height: 400px;
    overflow: visible;
}

.pagination-left-center {
    width: 1200px;
    margin: 0 auto;
}

.pagination {
    position: absolute;
    text-align: center;
    bottom: 95px;
    width: 100%;
    z-index: 10;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 32px;
    height: 20px;
    font-size: 0;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    transition: width .8s;
}

.swiper-pagination-switch:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 6px;
    border-radius: 2px;
    background: rgba(180, 179, 179, 0.5);
    vertical-align: middle;
    transition: width .8s, background-color .8s;
    /* box-shadow: 0 3px 6px 0 rgba(132, 132, 134, 0.2); */
}

.swiper-active-switch:before {
    background: #FFFFFF;
    /* box-shadow: 0 3px 6px 0 rgba(102, 124, 250, 0.5); */
}

.swiper-slide {
    position: relative;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
    overflow: hidden;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-slide .img {
    position: absolute;
}

.inner {
    position: relative;
    display: block;
    width: 1180px;
    height: 400px;
    margin: 0 auto;
}

.banner-text {
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 999;
}

.banner-text h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
}

.banner-text em {
    font-style: normal;
    color: #e41e2b;
}

.banner-text h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 48px;
    color: #333333;
    line-height: 60px;
}

.banner-text p {
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}

.banner-text .btn-primary {
    box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
    margin-top: 30px;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    background-color: #E41F2B;
    display: inline-block;
}

.slide1 {
    background: url(../images/bg-pc1.jpg) no-repeat center center;
}

.slide2 {
    background: url(../images/bg-pc2.jpg) no-repeat center center;
}

.slide3 {
    background: url(../images/bg-pc3.jpg) no-repeat center center;
}

.slide4 {
    background: url(../images/bg-pc4.jpg) no-repeat center center;
}

.slide5 {
    background: url(../images/bg-pc5.jpg) no-repeat center center;
}

.slide2 .img1 {
    left: 0px;
    bottom: 120px;
    z-index: 9;
    position: absolute;
}

.slide4 .img1 {
    right: -190px;
    bottom: 0px;
    z-index: 9;
    position: absolute;
}

.slide4 .img2 {
    right: -190px;
    bottom: 0px;
    z-index: 9;
    position: absolute;
}

.slide5 .img1 {
    right: -190px;
    bottom: 0px;
    z-index: 9;
    position: absolute;
}

.slide5 .img2 {
    right: -190px;
    bottom: 0px;
    z-index: 9;
    position: absolute;
}

/*波浪遮罩*/
.cover {
    background: url(../images/banner-cover.png) no-repeat center center;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: -1280px;
    right: -1280px;
    width: 2560px;
    height: 60px;
    margin: 0 auto;
}

/*底下四个导航*/
.p-relative {
    position: relative;
}

.home-welcome {
    position: absolute;
    top: 0;
    right: 19%;
    width: 300px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 16px 16px;
    padding: 26px 10px 16px 10px;
    z-index: 10;
}

.home-welcome-title {
    padding: 2px 0;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 1;
    z-index: 10;
    margin-bottom: 16px;
    /* color: rgba(255, 255, 255, 1); */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.home-welcome-list-box {
    max-height: 220px;
    overflow-y: auto;
}

.home-welcome-list-box::-webkit-scrollbar {
    display: none;
}

.home-welcome-list {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #E5EDFD;
    opacity: 1;
    display: flex;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

.home-welcome-list:hover {

    color: #333333;
    background: #FFFFFF;
}

.home-welcome-list::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/home-banner-tag1.png) no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.home-welcome-list:nth-of-type(1)::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/home-banner-tag1.png) no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.home-welcome-list:nth-of-type(2)::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/home-banner-tag2.png) no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.home-welcome-list:nth-of-type(3)::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/home-banner-tag3.png) no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.home-welcome-list:nth-of-type(4)::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/home-banner-tag4.png) no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.home-welcome-list:nth-of-type(5)::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/home-banner-tag5.png) no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.home-welcome-list:nth-of-type(6)::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/home-banner-tag1.png) no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.home-welcome-list:nth-of-type(7)::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/home-banner-tag2.png) no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.home-welcome-list:nth-of-type(8)::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/home-banner-tag3.png) no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.home-welcome-list:nth-of-type(9)::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/home-banner-tag4.png) no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.home-welcome-list:nth-of-type(10)::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../img/home-banner-tag5.png) no-repeat;
    background-size: 100%;
    margin-right: 8px;
}

.home-welcome-title::before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 18px;
    background: url(../../img/colourR.png?1.1) no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

.home-welcome-title::after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 18px;
    background: url(../../img/colourR.png?1.1) no-repeat;
    background-size: 100%;
    margin-left: 10px;
}

.home-events {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(3px);
    height: 68px;
}

.home-events-box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
}

.home-events-box .option {
    width: 300px;
    height: 68px;
    color: #FFFFFF;
    /* background-color: rgb(255, 255, 255, 0.2);
 backdrop-filter: blur(15px); */
}

.home-events-box .option:hover {
    background: #FFFFFF;
    opacity: 0.9;
}

.home-events-box .option:hover>p:nth-of-type(1) {

    color: #0099AD;
}

.home-events-box .option:hover>p:nth-of-type(2) {

    color: #000000;

}

.home-events-box .option>p:nth-of-type(1) {
    display: block;
    padding-top: 12px;
    text-align: center;
    font-size: 16px;
    font-family: Source Han sans-serif;
    line-height: 22px;
    color: #FFFFFF;
}

.home-events-box .option>p:nth-of-type(2) {
    display: block;
    padding-top: 4px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han sans-serif;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.8;
}





.home-events-box-wrapper {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.home-events-box-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.home-events-box-item {
    position: relative;
    float: left;
    width: 25%;
    height: 120px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: .2s;
    transition: .2s;
}

.home-events-box-item a {
    display: block;
    height: 100%;
    padding: 34px 5px 34px 120px;
}

.home-events-box-item:hover i img:last-child {
    opacity: 1;
}

.home-events-box-item:hover h2 {
    color: #fa6f66;
}

.home-events-box-item i {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 60px;
    height: 60px;
}

.home-events-box-item i img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    will-change: opacity;
}

.home-events-box-item i img:last-child {
    opacity: 0;
}

.home-events-box-item h2,
.home-events-box-item p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-events-box-item h2 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 22px;
    color: #3B516A;
    -webkit-transition: .2s;
    transition: .2s;
    will-change: color;
}

.home-events-box-item p {
    font-size: 14px;
    line-height: 20px;
    color: #95989D;
}

.banner-bottom {
    position: absolute;
    bottom: -49px;
    left: 50%;
    transform: translateX(-50%);
    height: 98px;
    width: 1200px;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.banner-bottom .itemOut {
    width: 281px;
    height: 96px;
    background: #49c5d5;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 3px 8px 4px rgba(0, 0, 0, 0.06);
}

.banner-bottom .itemOut:hover {
    transform: translateY(-5px);
}

.banner-bottom .itemIn {
    width: 281px;
    height: 98px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: -5px 0 0 -4px;
    padding: 20px;
    position: relative;
}

.banner-bottom .itemIn .tTitle {
    min-height: 25px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 18px;
    color: #FF7D0C;
    line-height: 25px;
}

.banner-bottom .itemIn>p {
    margin-top: 11px;
    min-height: 17px;
    font-family: Source Han sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 17px;
}

.banner-bottom .itemIn>p>span {
    color: #FF491A;
}

.banner-bottom .itemIn>img {
    width: 85px;
    height: 85px;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}